Skip to content

Added missing statsd mappings, updated mappings dimensions and metrics docs to reflect the emitted Coordinator stats#19392

Open
pirvtech wants to merge 1 commit intoapache:masterfrom
RivianVW-tech:statsd-metrics-backlog
Open

Added missing statsd mappings, updated mappings dimensions and metrics docs to reflect the emitted Coordinator stats#19392
pirvtech wants to merge 1 commit intoapache:masterfrom
RivianVW-tech:statsd-metrics-backlog

Conversation

@pirvtech
Copy link
Copy Markdown

@pirvtech pirvtech commented Apr 30, 2026

Description

Metrics published by various Druid services are handled by the configured Emitter to send them to external observability systems. The Statsd Emitter is used to send to StatsD system. This emitter uses a default mapping file (packaged within Druid) to map from Druid metric types to StatsD metric types. If a mapping is not present for a metric, it is not emitted.

A number of metrics are missing mappings or have incomplete or incorrect dimensions specified in the mappings. It is likely because these mappings are not being kept up-to-date, with the additions and changes to published metrics in the code.

This change updates these mappings for Coordinator metrics and fixes documentation where it deviates from what is in the code.

Release note


Fixes missing Coordinator stats not being published to StatsD system

This PR has:

  • [ x] been self-reviewed.
  • added documentation for new or modified features or behaviors.
  • a release note entry in the PR description.
  • added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
  • added or updated version, license, or notice information in licenses.yaml
  • added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
  • added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
  • added integration tests.
  • been tested in a test Druid cluster.

…s docs to reflect the emitted Coordinator stats
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant